Runtime Aware
This interface provides access to the Java Runtime (i.e., JetBrains Runtime) resolved with JavaRuntimePathResolver.
See also
Inheritors
Properties
Link copied to clipboard
@get:InputFiles
@get:PathSensitive(value = PathSensitivity.RELATIVE )
Holds the Configurations.INTELLIJ_PLATFORM configuration with the IntelliJ Platform dependency added. It should not be directly accessed.
Link copied to clipboard
Provides access to the IntelliJ Platform dependency artifact path.
Link copied to clipboard
Provides information about the IntelliJ Platform product. The information is retrieved from the product-info.json file in the IntelliJ Platform directory.
Link copied to clipboard
An architecture of the Java Runtime currently used for running Gradle.
Link copied to clipboard
@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.RELATIVE )
Java Runtime parent directory.
Link copied to clipboard
A custom JavaLauncher instance configured with the resolved runtimeDirectory.
Link copied to clipboard
Metadata object of the Java Runtime currently used for running Gradle.